Remove stray newline in gopal help text.
authorrobertl <robertl>
Mon, 6 Apr 2009 13:34:44 +0000 (13:34 +0000)
committerrobertl <robertl>
Mon, 6 Apr 2009 13:34:44 +0000 (13:34 +0000)
gopal.c

diff --git a/gopal.c b/gopal.c
index 92d46e05d8a6842f4a9ebac4ab09052ee0d24390..b4786c224fdf5a53f1fd6af70bea7729f94a31d8 100644 (file)
--- a/gopal.c
+++ b/gopal.c
@@ -73,7 +73,7 @@ static
 arglist_t gopal_args[] = {
        {"date", &optdate, "Complete date-free tracks with given date (YYYYMMDD).", NULL, ARGTYPE_INT, ARG_NOMINMAX },
        {"maxspeed", &optmaxspeed, "The maximum speed (km/h) traveling from waypoint to waypoint.", "200", ARGTYPE_INT, "1", "1000" },
-       {"minspeed", &optminspeed, "The minimum speed (km/h) traveling from waypoint to waypoint.\nset >0 to remove duplicate waypoints", "0", ARGTYPE_INT, "0", "999" },
+       {"minspeed", &optminspeed, "The minimum speed (km/h) traveling from waypoint to waypoint. Set >0 to remove duplicate waypoints", "0", ARGTYPE_INT, "0", "999" },
        {"clean", &optclean, "Cleanup common errors in trackdata", "1", ARGTYPE_BOOL, ARG_NOMINMAX },
        ARG_TERMINATOR
 };